body{
	line-height: 1;
}
a {
	outline: none;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bf35 {
	font-family: "bf35" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.w{
	width: 1500px;
	margin: 0 auto;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,1)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,1));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 10px);
	display: inline;
	float: left;
	margin: 0px 0 0 -10px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 20px 10px 0 10px;
	overflow: hidden;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}

.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}

.advs {
	position: relative;
	display: block;
	width: 100%;
}

.advs img {
	display: block;
}

.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}

#header{
	background: #f5f5f5;
	height: 39px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
}
#divLogin{
	float: left;
}
#divLogin ul {
	float: left;
}
#divLogin ul li {
	font-size: 13px;
	line-height: 39px;
	float: left;
	color: #666;
}
#divLogin ul li.login1 {
	margin-right: 20px;
}
#divLogin ul li.login1 a {
	color: #0195df;
}
#divLogin ul li a{
	color: #999;
}
#divLogin ul li.register1 {
	margin-right: 10px;
}
#divLogin ul li.register1 a {
	padding: 3px 8px;
	border: 1px solid #dddddd;
	color: #666;
}
#divLogin ul li.register1 a:hover {
	color: #fff;
	background: #0195df;
	border: 1px solid #0195df;
}
.divService {
	float: right;
	color: #ddd;
	font-weight: bold;
	font-size: 13px;
}
.divService a{
	line-height: 39px;
	color: #666;
	padding: 0 8px;
	font-weight: normal;
}
.divService a:hover {
	color: #0195df;
}
.divService a i {
	font-size: 14px;
	vertical-align: middle;
	color: #0195df;
	margin-right: 4px;
	margin-top: -3px;
}
.divService a:last-child {
	padding-right: 0;
}
.top {
	margin: 10px auto 18px;
}
.logo {
	float: left;
	margin-left: 20px;
}
/*搜索框样式*/
.searchBox {
	width: 620px;
	float: left;
	position: relative;
	margin-left: 300px;
}
.searchBox .form {
	width: 616px;
	height: 40px;
	border: 2px solid #0195df;
	border-radius: 40px;
}
.searchBox .form .select{
	width: 85px;
	height: 100%;
	position: relative;
	float: left;
}
.searchBox .form .select .select-top p {
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
	text-align: center;
	position: relative;
}
.searchBox .form .select .select-top p::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 24px;
	background: #e6e6e6;
}
.searchBox .form .select .select-top i {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	position: absolute;
	right: 6px;
	top: 15px;
	transform:scale(0.8);
}
.searchBox .form .select .select-top.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg) scale(0.8);
	top: 14px;
}
.searchBox .hot {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #666;
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.searchBox .hot i {
	font-size: 14px;
	margin-right: 2px;
}
.searchBox .hot a {
	color: #666;
	margin:0 5px;
}
.searchBox .hot a:hover {
	color: #0195df;
}
.searchBox .hot b {
	color:#ff5858;
}
.search {
	width: 100%;
	height: 46px;
}
.searchBox input {
	width: 437px;
	float: left;
	height: 40px;
	background: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	color: #aaa;
	text-indent: 5px;
}
.searchBox button {
	width: 96px;
	float: right;
	height: 44px;
	line-height: 44px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	margin-top: -2px;
	margin-right: -2px;
	border-radius: 0 40px 40px 0;
	background-color:#00a2f2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00a2f2), to(#00bff7));
	background-image:-webkit-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:-moz-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:-ms-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:-o-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:linear-gradient(90deg, #00a2f2, #00bff7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a2f2', endColorStr='#00bff7')
}
.searchBox button i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.searchBox ul {
	display: block;
	position: absolute;
	z-index: 9999;
	width: 81px;
	border: 2px solid #0195df;
	display: block;
	top: 42px;
	left: 0px;
	padding: 5px 0;
	background: #fff;
	display: none;
}
.searchBox ul li {
	display: block;
	font: normal 14px/22px microsoft yahei;
	color: #333;
	text-align: center;
	line-height: 25px;
}
.searchBox ul li:hover {
	background: #0195df;
	color: #fff;
}
.release-btn {
	float: right;
}
.release-btn a {
	display: inline-block;
	width: 132px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 40px;
	margin-left: 12px;
	background-color:#00a2f2;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00a2f2), to(#00bff7));
	background-image:-webkit-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:-moz-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:-ms-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:-o-linear-gradient(90deg, #00a2f2, #00bff7);
	background-image:linear-gradient(90deg, #00a2f2, #00bff7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#00a2f2', endColorStr='#00bff7');
}
.release-btn a i {
	font-weight: normal;
	margin-right: 4px;
}
.release-btn a:last-child {
	background-color:#ff7d3f;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7d3f), to(#ffa322));
	background-image:-webkit-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:-moz-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:-ms-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:-o-linear-gradient(90deg, #ff7d3f, #ffa322);
	background-image:linear-gradient(90deg, #ff7d3f, #ffa322);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff7d3f', endColorStr='#ffa322');
}
.nav {
	height: 50px;
	line-height: 50px;
	box-shadow: 0px 3px 5px 0 rgba(160,160,160,0.1);
	white-space: nowrap;
	overflow: hidden;
}
.nav .nav-title {
	float: left;
	width: 280px;
	font-size: 18px;
	font-weight: bold;
	text-indent: 23px;
	background-color:#11b8e7;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#11b8e7), to(#027cf5));
	background-image:-webkit-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image:-moz-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image:-ms-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image:-o-linear-gradient(90deg, #11b8e7, #027cf5);
	background-image:linear-gradient(90deg, #11b8e7, #027cf5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#11b8e7', endColorStr='#027cf5');
}
.nav .nav-title a {
	color: #fff;
}
.nav .nav-title i {
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../../../Images/index/Version/2021/title-ico.png') 0 0 no-repeat;
	background-size:contain;
	margin-right: 10px;
}
.nav ul {
	overflow: hidden;
	white-space: nowrap;
}
.nav ul li {
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.nav ul li {
	padding: 0 35px;
}
.nav ul li.active a{
	color: #0195df;
	position: relative;
}
.nav ul li.active a::after {
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 16px;
	height: 3px;
	background: #0195df;
	border-radius: 2px;
}
.nav ul li a:hover{
	color: #0195df;
}
.nav ul li a {
	color: #333;
}
.main {
	background: #f7f7f7;
	padding: 12px 0;
}
.product-classify {
	width: 280px;
	float: left;
}
.product-classify ul li {
	height: 96px;
	background: #fff;
	box-sizing: border-box;
	padding: 20px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.product-classify ul li:last-child {
	border-bottom: 0;
}
.product-classify ul li .class-a b {
	display: block;
	width: 30px;
	height: 30px;
	float: left;
}
.product-classify ul li .class-a i {
	font-size: 30px;
	font-weight: normal;
}
.product-classify ul li .class-a:hover i {
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
.product-classify ul li:nth-child(2) i{
	font-size: 34px;
}
.product-classify ul li:nth-child(3) i{
	font-size: 26px;
}
.product-classify ul li:nth-child(4) i{
	font-size: 26px;
}
.product-classify ul li .class-a .text {
	overflow: hidden;
}
.product-classify ul li .class-a .text p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	margin-left: 18px;
}
.product-classify ul li .class-a .text p a {
	color: #333;
}
.product-classify ul li .class-a .text span {
	margin-left: 18px;
	display: block;
	line-height: 18px;
	max-height: 36px;
	margin-top: 8px;
	font-size: 14px;
}
.product-classify ul li .class-a .text span a{
	color: #999;
	margin-right: 15px;
}
.product-classify ul li .class-a .text span a:hover {
	color: #0195df;
}
.product-classify ul li .class-b {
	position: absolute;
	width: 928px;
	background: #fff;
	box-shadow: 0px 0px 4px 0px rgba(49, 49, 49, 0.2);
	left:280px;
	top: 0;
	padding: 10px 0 0 0;
	box-sizing: border-box;
	z-index: 99;
	display: none;
}
.class-txt {
	overflow: hidden;
}
.class-txt .item {
	width: 400px;
	float: left;
	padding: 22px 0 10px 0px;
	margin-left: 36px;
}
.class-txt .item .class-c {
	height: 26px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	position: relative;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 8px;
}
.class-txt .item .class-c b {
	position: relative;
	padding-left: 12px;
}
.class-txt .item .class-c b::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	background: #0195df;
	border-radius: 3px;
}
.class-txt .item .class-c a {
	color: #333;
}
.class-txt .item .class-c a:hover {
	color: #0195df;
}
.class-txt .item .class-c .more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #333;
	font-size: 14px;
}
.class-txt .item p {
	font-size: 14px;
    height: 28px;
    overflow: hidden;
    text-indent: -10px;
	color: #ededed;
}
.class-txt .item p a {
	line-height: 28px;
	color: #666;
	margin: 0 10px;
}
.class-txt .item p a:hover {
	color: #0195df;
}
.class-adv {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 34px;
}
.class-adv .item {
	width: 400px;
	height: 150px;
	background: #f7f7f7;
	float:left;
	margin-left: 36px;
}
.class-adv .item .image {
	width: 154px;
	height: 150px;
	float: left;
	margin-right: 18px;
}
.class-adv .item .image img {
	width: 100%;
	height: 100%;
}
.class-adv .item .text {
	overflow: hidden;
}
.class-adv .item .text b {
	font-size: 16px;
	display: block;
	margin-top: 22px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.class-adv .item .text b a{
	color: #333;
}
.class-adv .item .text b a:hover{
	color: #0195df;
}
.class-adv .item .text span {
	background: #e3eff5;
	color: #0195df;
	font-size: 14px;
	display: inline-block;
	padding: 5px;
	margin-top: 14px;
}
.class-adv .item .text p {
	height: 40px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	font-size: 14px;
	margin-top: 10px;
}
.product-classify ul li .class-b.t2 {
	top: -96px;
}
.product-classify ul li .class-b.t3 {
	top: -192px;
}
.product-classify ul li .class-b.t4 {
	top: -288px;
}
.product-classify ul li .class-b.t5 {
	top: -384px;
}
.product-classify ul li.hover {
	border-bottom: none;
	background: #f4f4f4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-classify ul li.hover .class-b {
	display: block;
}
.product-classify ul li.hover .class-a b i {
	color: #0195df;
}
.product-classify ul li.hover .class-a .text p a{
	color: #0195df;
}
.banner {
	width: 916px;
	height: 480px;
	float: left;
	margin-left: 12px;
	overflow: hidden;
}
.banner .banner-swiper {
	display: none;
}
.banner .banner-swiper .swiper-pagination-bullet {
	background: #ccc;
}
.banner .banner-swiper .swiper-pagination-bullet-active {
	background: #00aaff;
	width: 18px;
	border-radius: 20px;
}
.login {
	width: 280px;
	float: right;
	background: #fff;
}
.login iframe {
	height: 170px;
}
.user {
	height: 170px;
	padding: 24px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
.user b {
	display: block;
	width: 64px;
	height: 64px;
	float: left;
}
.user .text {
	overflow: hidden;
	padding-left: 18px;
}
.user .text p {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 10px;
}
.user .text span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
}
.sign {
	margin-top: 24px;
}
.sign a {
	display: inline-block;
	width: 108px;
	height: 32px;
	line-height: 32px;
	background: #0195df;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #0195df;
}
.sign a.regist {
	border: 1px solid #0195df;
	background: #fff;
	color: #0195df;
	float: right;
}
.help {
	height: 93px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.help .item{
	display: block;
	width: 33.3333%;
	float: left;
	margin-top: 18px;
	position: relative;
}
.help .item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 32px;
	background: #eee;
}
.help .item:last-child::after {
	display: none;
}
.help .item b {
	width: 32px;
	height: 32px;
	display: block;
	margin: 0 auto;
	background: url('../../../Images/index/Version/2021/help-ico1.png') center center no-repeat;
}
.help .item:nth-child(2) b {
	background: url('../../../Images/index/Version/2021/help-ico2.png') center center no-repeat;
}
.help .item:nth-child(3) b {
	background: url('../../../Images/index/Version/2021/help-ico3.png') center center no-repeat;
}
.help .item:hover b{
	-webkit-animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-lr 0.7s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@-webkit-keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@keyframes shake-lr {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  10% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  80% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  90% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
.help .item p {
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
}
.login-bot {
	padding: 15px 24px;
	overflow: hidden;
}
.login-b {
	position: absolute;
	right: 35px;
	top: -11px;
	font-size: 16px;
	padding: 5px 10px;
	line-height: 26px;
	background: #fff;
	box-shadow: 2px 0px 5px 0 rgba(160,160,160,0.3);
	z-index: 99;
	width: 120px;
	display: none;
}
.login-b a {
	color: #333;
	display: block;
}
.login-b a:hover {
	color: #0195df;
}
.login-title b{
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 10px;
}
.login-title b::after{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 4px;
	height: 16px;
	background: #0195df;
	border-radius: 2px;
}
.login-title .login-more {
	float: right;
	position: relative;
	width: 50%;
}
.login-title .more {
	color: #999;
	font-size: 14px;
	float: right;
}
.login-title .more:hover {
	color: #0195df;
}
.login-bot ul {
	margin-top: 9px;
}
.login-bot ul li {
	width: 50%;
	float: left;
	font-size: 16px;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.login-bot ul li a{
	color: #333;
}
.login-bot ul li a:hover {
	color: #0195df;
}
.login-bot ul li:nth-child(1n) {
	padding-right: 25px;
}
.login-bot ul li:nth-child(2n) {
	padding-left: 10px;
	padding-right: 15px;
}
.login-bot ul li:nth-child(2n) i{
	right: 0px;
}
.login-bot ul li i {
	position: absolute;
	right: 10px;
	top: 50%;
	font-size: 12px;
	color: #bababa;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.login-bot ul li:hover i {
	color: #0195df;
	-webkit-animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
	        animation: slide-in-left 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
}
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-10px)translateY(-50%)  rotate(-90deg);
            transform: translateX(-10px) translateY(-50%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
            transform: translateX(0) translateY(-50%) rotate(-90deg);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-10px) translateY(-50%) rotate(-90deg);
            transform: translateX(-10px) translateY(-50%) rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(-50%) rotate(-90deg);
            transform: translateX(0) translateY(-50%) rotate(-90deg);
    opacity: 1;
  }
}
.part1,.part2,.part3,.part5,.part6,.part7,.part8,.update {
	margin-top: 36px;
}
.news {
	width: 1090px;
	float: left;
}
.brand {
	width: 380px;
	float: right;
}
.title {
	height: 55px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 20px;
}
.title b {
	height: 55px;
	width: 240px;
	font-size: 32px;
	color: #333;
	display: block;
	background: url('../../../Images/index/Version/2021/title1.png') left bottom no-repeat;
	background-size: contain;
}
.title b a {
	color: #333;
}
.title b i {
	font-size: 36px;
	color: #ff8826;
	margin-right: 10px;
}
.news .title p {
	position: absolute;
	right: 0;
	top: 0;
	height: 55px;
	line-height: 55px;
}
.news .title p a {
	font-size: 16px;
	padding: 0 16px;
	position: relative;
	color: #333;
}
.news .title p a:hover {
	color: #0195df;
}
.news .title p a::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 17px;
	right: 0;
	top: 50%;
	background: #e4e4e4;
	transform: translateY(-50%);
}
.news .title p a:last-child {
	padding-right: 0;
}
.news .title p a:last-child::after {
	display: none;
}
/*今日要闻*/
.news-adv {
	width: 430px;
	float: left;
	margin-right: 30px;
}
.news-adv .item {
	height: 150px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
}
.news-adv .item .item-inner {
	width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.news-adv .item .item-img {
	backface-visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.news-adv .item .item-img img {
	width: 100%;
    display: block;
    position: relative;
}
.news-adv .item .item-content {
	position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	background: url('../../../Images/index/Version/2021/news-adv.png') no-repeat;
}
.news-adv .item:last-child {
	margin-bottom: 0;
}
.news-adv .item a {
	width: 100%;
	height: 100%;
}
.news-adv .item img {
	width: 100%;
	height: 100%;
}
.news-adv .item .item-content b {
	display: block;
	font-size: 24px;
	color: #fff;
	margin: 27px 0 0 0;
	position: relative;
}
.news-adv .item .item-content b::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 255px;
	height: 1px;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
    background: -o-linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
    background: linear-gradient(left, rgba(255,255,255,0.1), rgba(255,255,255,0.5), rgba(255,255,255,0.1));
}
.news-adv .item .item-content p:nth-of-type(1) {
	margin-top: 30px;
}
.news-adv .item .item-content p {
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
}
.item-inner:hover > div.item-img{
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
	transform:rotateX(180deg);
}
.item-inner > div img{
	max-width:100%;
	display:block;
	position:relative;
}
.item-inner:hover .item-content{
	opacity:1;
	-webkit-transform:rotateX(0);
	-moz-transform:rotateX(0);
	transform:rotateX(0);
}
.news-text {
	overflow: hidden;
}
.news-top b {
	font-size: 26px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	display: block;
	margin: 11px 0 24px 0;
}
.news-top b a{
	color: #ff6f26;
}
.news-top p {
	color: #999;
	line-height: 22px;
	height: 44px;
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}
.news-top p a {
	color: #ff6f26;
}
.news-bot  {
	padding: 20px 0 10px 0;
	border-top: 1px dashed #ddd;
}
.news-bot b {
	font-size: 22px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}
.news-bot b a {
	color: #333;
}
.news-bot b a:hover {
	color: #0195df;
}
.news-bot p {
	font-size: 0;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
}
.news-bot p em {
	font-style: normal;
	font-size: 16px;
	width: 50%;
	display: block;
	float: left;
	box-sizing: border-box;
	position: relative;
	line-height: 37px;
	height: 37px;
	overflow: hidden;
}
.news-bot p em:first-child {
	padding:0 10px 0 0;
}
.news-bot p em:first-child::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	background: #ddd;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-bot p em:last-child {
	padding:0 0 0 10px;
}
.news-bot p i {
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #ddd;
	margin: 0 20px;
	vertical-align: middle;
}
.news-bot p a {
	color: #333;
}
.news-bot p a:hover {
	color: #0195df;
}
/*品牌*/
.brand-nav {
	height: 56px;
	line-height: 56px;
	background: #0397e2 url('../../../Images/index/Version/2021/brand-bg.png') center no-repeat;
	background-size: contain;
	border-radius: 3px 3px 0 0;
	position: relative;
}
.brand-nav a {
	width: 33.333%;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.brand-nav a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) skewX(-15deg);
	width: 1.5px;
	height: 15px;
	background: #fff;
}
.brand-nav a:last-child::after {
	display: none;
}
.brand-nav a.focus {
	font-size: 22px;
	font-weight: bold;
}
.brand-nav .followTab {
	position: absolute;
	width: 33.3333%;
	bottom: -7px;
	height: 7px;
}
.brand-nav .followTab i {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-top: 7px solid #0499e3;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
}
.brand-list {
	background: #f8f8f8;
	display: none;
}
.brand-list ul {
	padding: 14px;
	overflow: hidden;
}
.brand-list ul li {
	width: 50%;
	float: left;
	padding: 6px;
	box-sizing: border-box;
}
.brand-list ul li .item {
	height: 104px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
	background: #fff;
}
.brand-list ul li .item  a{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.brand-list ul li .item .content {
	height: 220px;
	width: 340px;
	background: #fff;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -99;
	opacity:0;
}
.brand-list ul li .item:hover .content{
	z-index: 99;
	opacity:1;
}
.brand-list ul li .item .content img {
	width: 100%;
	height: 100%;
}
.brand-list ul li:nth-child(2n) .item .content{
	top: -1px;
	right: -1px;
	left: auto;
}
.brand-list ul li:nth-child(7) .item .content{
	bottom: -1px;
	left: -1px;
	top: auto;
}
.brand-list ul li:nth-child(8) .item .content{
	bottom: -1px;
	right: -1px;
	top: auto;
	left: auto;
}
.part2 {
	height: 292px;
	background: url('../../../Images/index/Version/2021/part2-bg.png') no-repeat;
	background-size: contain;
}
.part2 ul {
	padding: 85px 42px 0;
}
.part2 ul li {
	width: 25%;
	float: left;
	padding: 0 13px;
	box-sizing: border-box;
}
.part2 ul li .item {
	background: #fff;
	height: 176px;
	border-radius: 4px;
	padding: 24px;
	box-sizing: border-box;
	box-shadow: 5px 5px 0px #ff7316;
}
.part2 ul li .item-top span{
	width: 141px;
	height: 46px;
	display: block;
	float: left;
	position: relative;
}
.part2 ul li .item-top span::after {
	content: '';
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 30px;
	background: #ddd;
}
.part2 ul li .item-top b {
	overflow: hidden;
	font-size: 22px;
	line-height: 46px;
	height: 46px;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}
.part2 ul li .item-top b a {
	color: #333;
}
.part2 ul li .item-top b a:hover{
	color: #0195df;
}
.part2 ul li .item-bot {
	margin-top: 15px;
}
.part2 ul li .item-bot p{
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	position: relative;
	padding-left: 12px;
}
.part2 ul li .item-bot p::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0195df;
	transform: translateY(-50%);
}
.part2 ul li .item-bot p a{
	color: #333;
}
.part2 ul li .item-bot p a:hover{
	color: #0195df;
}
/*产品商城*/
.mall {
	width: 1090px;
	float: left;
}
.mall .title b {
	background: url('../../../Images/index/Version/2021/title2.png') left bottom no-repeat;
	background-size: contain;
}
.mall .title .pro-nav {
	position: absolute;
	right: 0;
	bottom: 10px;
	height: 32px;
}
.mall .title p a {
	display: inline-block;
	padding: 7px 28px;
	font-size: 16px;
	margin-left: 20px;
	color: #333;
	border: 1px solid #fff;
}
.mall .title p a.focus {
	background: #e6f0f5;
	color: #0195df;
	font-weight: bold;
	border: 1px solid #c2dce9;
}
.pro-list {
	display: none;
}
.pro-list ul {
	overflow: hidden;
	margin: 0 -12px;
}
.pro-list ul li {
	width: 25%;
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
	margin-bottom: 32px;
}
.pro-list ul li:nth-child(5) {
	margin-bottom: 0;
}
.pro-list ul li:nth-child(6) {
	margin-bottom: 0;
}
.pro-list ul li:nth-child(7) {
	margin-bottom: 0;
}
.pro-list ul li:nth-child(8) {
	margin-bottom: 0;
}
.pro-list ul li .item-img {
	height: 190px;
	border: 1px solid #e6e6e6;
	position: relative;
	overflow: hidden;
}
.pro-list ul li b {
	display: block;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	margin-top: 10px;
	font-weight: normal;
}
.pro-list ul li b a {
	color: #333;
}
.pro-list ul li b a:hover {
	color: #0195df;
}
.pro-list ul li p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 10px;
}
.pro-list ul li p span {
	font-size: 16px;
	color: #ff3918;
}
.pro-list ul li p .xun {
	display: inline-block;
	float: right;
	width: 76px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background: #ff3918;
	font-style: normal;
	border-radius: 3px;
}
/*最新询盘*/
.inquiry {
	width: 380px;
	float: right;
}
.inquiry-title {
	height: 56px;
	line-height: 56px;
	background: url('../../../Images/index/Version/2021/inquiry-bg.png') center no-repeat;
	background-size: cover;
	position: relative;
	padding: 0 22px;
	border-radius: 3px 3px 0 0;
}
.inquiry-title b {
	font-size: 22px;
	color: #fff;
}
.inquiry-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 22px;
	line-height:normal;
}
.inquiry-nav a {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	width: 58px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
}
.inquiry-nav a.focus {
	background: #fff;
	color: #0195df;
}
.inquiry-list {
	display: none;
	background: #f8f8f8;
}
.inquiry-list2 ul li {
	padding-right: 150px !important;
}
.inquiry-list ul {
	padding: 15px 27px 22px 22px;
}
.inquiry-list ul li{
	line-height: 44px;
	height: 44px;
	overflow: hidden;
	font-size: 16px;
	padding-right: 130px;
	box-sizing: border-box;
	position: relative;
}
.inquiry-list ul li em {
	color: #999;
	display: inline-block;
	padding: 0 9px;
	line-height: 22px;
	font-size: 14px;
	font-style: normal;
	background: #f7ece4;
	border-radius: 20px;
	text-align: center;
	color: #ff7c1f;
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
}
.inquiry-list ul li span {
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inquiry-list ul li span i {
	color: #ff3918;
	font-style: normal;
	font-weight: bold;
}
.inquiry-list ul li a{
	color: #333;
}
.inquiry-list ul li a:hover{
	color: #0195df;
}
.inquiry-list ul .more {
	display: block;
	height: 40px;
	line-height: 40px;
	background: #d7eaf4;
	border-radius: 2px;
	border: 1px solid #9ccce5;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	color: #0195df;
	font-weight: bold;
	margin-top: 25px;
}
.part4 {
	margin-top: 16px;
}
.part5 .title b {
	background: url('../../../Images/index/Version/2021/title3.png') left bottom no-repeat;
	background-size: contain;
}
.exhi {
	width: 1090px;
	float: left;
}
.view {
	width: 380px;
	float: right;
}
/*会展中心*/
.exhi-nav {
	position: absolute;
	right: 0;
	bottom: 10px;
}
.exhi-nav p a {
	display: inline-block;
	padding: 7px 12px;
	font-size: 16px;
	margin-left: 20px;
	color: #333;
	border: 1px solid #fff;
}
.exhi-nav p a.focus {
	background: #e6f0f5;
	color: #0195df;
	font-weight: bold;
	border: 1px solid #c2dce9;
}
.exhi-list {
	display: block;
}
.exhi-left {
	width: 430px;
	float: left;
}
.exhi-left .text {
	margin: 15px 0;
}
.exhi-left .text p {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 15px;
}
.exhi-left .text p::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0195df;
	transform: translateY(-50%);
}
.exhi-left .text p a {
	color: #333;
}
.exhi-left .text p a:hover {
	color: #0195df;
}
.exhi-left .top-img {
	height: 242px;
	position: relative;
	overflow: hidden;
}
.exhi-left .top-img p {
	height: 48px;
	line-height: 48px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.4);
	text-align: center;
	overflow: hidden;
	font-size: 16px;
}
.exhi-left .top-img p a {
	color: #fff;
}
.exhi-left .top-img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.exhi-left .top-img:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-left ul {
	overflow: hidden;
	margin: 0 -7px;
}
.exhi-left ul li {
	width: 50%;
	padding: 0 7px;
	box-sizing: border-box;
	float: left;
}
.exhi-left ul li .image {
	height: 117px;
	overflow: hidden;
}
.exhi-left ul li p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	margin-top: 8px;
}
.exhi-left ul li  p a {
	color: #333;
}
.exhi-left ul li  p a:hover {
	color: #0195df;
}
.exhi-left ul li .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.exhi-left ul li .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-right {
	width: 630px;
	float: right;
}
.exhi-top {
	background: #f7f7f7;
	height: 100px;
	border: 1px solid #eaeaea;
	text-align: center;
	position: relative;
	box-sizing: border-box;
}
.exhi-top::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	background: url('../../../Images/index/Version/2021/hot-label.png') left bottom no-repeat;
	background-size: cover;
}
.exhi-top b {
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 20px;
	display: block;
	padding: 0 20px;
}
.exhi-top b a {
	color: #0195df;
}
.exhi-top p {
	color: #999;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 14px;
}
.exhi-top p span {
	margin-right: 22px;
}
.exhi-top p span:nth-of-type(3) {
	margin-right: 0;
}
.exhi-top p i {
	vertical-align: top;
	margin-top: 3px;
	font-size: 14px;
	margin-right: 4px;
}
.exhi-item {
	padding: 15px 0;
	border-bottom: 1px solid #e6e6e6;
}
.exhi-item .item{
	overflow: hidden;
	margin-bottom: 13px;
}
.exhi-item .item .time {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 14px;
	box-sizing: border-box;
	border: 1px solid #0195df;
	border-radius: 2px;
}
.exhi-item .item:last-child {
	margin-bottom: 0;
}
.exhi-item .item .time b {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: block;
	background: #0195df;
	overflow: hidden;
}
.exhi-item .item .time p {
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #0195df;
	overflow: hidden;
}
.exhi-item .item .text {
	overflow: hidden;
}
.exhi-item .item .text p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 17px;
	font-weight: bold;
}
.exhi-item .item .text span {
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
}
.exhi-item .item .text p a {
	color: #333;
}
.exhi-item .item .text p a:hover {
	color: #0195df;
}
.exhi-right ul {
	margin-top: 12px;
}
.exhi-right ul li {
	font-size: 16px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
	position: relative;
	padding-right: 80px;
}
.exhi-right ul li span {
	font-size: 14px;
	color: #ff7c1f;
	font-weight: bold;
	margin-right: 10px;
}
.exhi-right ul li a {
	color: #333;
	border-left: 1px solid #e6e6e6;
	padding-left: 10px;
}
.exhi-right ul li em {
	font-style: normal;
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.exhi-right ul li a:hover {
	color: #0195df;
}
/*展商访谈*/
.view-title {
	height: 56px;
	line-height: 56px;
	background: url('../../../Images/index/Version/2021/inquiry-bg.png') center no-repeat;
	background-size: cover;
	position: relative;
	padding: 0 22px;
	border-radius: 3px 3px 0 0;
}
.view-title b {
	font-size: 22px;
	color: #fff;
}
.view-title a {
	font-size: 16px;
	color: #fff;
	float: right;
}
.view-list {
	background: #f8f8f8;
	padding: 20px 22px 10px 22px;
}
.view-list .top-img {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 18px;
}
.view-list .top-img .image{
	height: 190px;
	overflow: hidden;
}
.view-list .top-img .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.view-list .top-img .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.view-list .top-img p {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	font-weight: bold;
	margin-top: 10px;
}
.view-list .top-img p em {
	font-size: 12px;
	color: #fff;
	font-style: normal;
	background: #f46442;
	display: inline-block;
	width: 32px;
	margin-right: 6px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.view-list .top-img p a {
	color: #333;
	vertical-align: middle;
}
.view-list .top-img span {
	display: block;
	margin-top: 10px;
	color: #999;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.view-list .top-img p a:hover {
	color: #0195df;
}
.view-list ul {
	margin-top: 10px;
}
.view-list ul li {
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #333;
}
.view-list ul li i{
	color: #f46442;
	margin-right: 8px;
}
.view-list ul li a {
	color: #333;
}
.view-list ul li a:hover {
	color: #0195df;
}
.part6 {
	height: 682px;
	background: url('../../../Images/index/Version/2021/part6-bg.jpg') no-repeat;
	background-size: cover;
	padding: 36px 0;
	box-sizing: border-box;
}
/*会员中心*/
.member-outside {
	overflow: hidden;
	display: none;
}
.member-w {
	position: relative;
}
.member .title b {
	background: url('../../../Images/index/Version/2021/title4.png') left bottom no-repeat;
}
.member .member-main {
}
.member .member-list {
	width: 358px;
	box-sizing: border-box;
}
.member .member-list .member-title {
	height: 70px;
	background: #0b9fed;
	border-radius: 3px 3px 0 0;
	text-align: center;
	padding-top: 17px;
	box-sizing: border-box;
}
.member .member-list .member-title b {
	display: block;
	font-size: 20px;
	color: #fff;
}
.member .member-list.swiper-slide-active .member-title{
	background-color:#ff9405;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff9405), to(#ff7b00));
	background-image:-webkit-linear-gradient(90deg, #ff9405, #ff7b00);
	background-image:-moz-linear-gradient(90deg, #ff9405, #ff7b00);
	background-image:-ms-linear-gradient(90deg, #ff9405, #ff7b00);
	background-image:-o-linear-gradient(90deg, #ff9405, #ff7b00);
	background-image:linear-gradient(90deg, #ff9405, #ff7b00);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9405', endColorStr='#ff7b00');
	position: relative;
	z-index: 9;
	/*box-shadow:0px 2px 5px rgba(255,150,0,0.5);*/
}
.member .member-list.swiper-slide-active .item li p b {
	background: #ff9600;
	box-shadow: 2px 3px 4px rgba(255,150,0,0.2);
}
.member-outside > .swiper-button-prev1 {
	display: block;
	font-size: 64px;
	left: -85px;
	top: 312px;
	position: absolute;
	cursor: pointer;
}
.member-outside > .swiper-button-prev1 i {
	font-size: 64px;
	color: #e6e6e6;
}
.member-outside > .swiper-button-next1 {
	display: block;
	right: -85px;
	top: 312px;
	position: absolute;
	cursor: pointer;
}
.member-outside > .swiper-button-next1 i {
	font-size: 64px;
	color: #e6e6e6;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.member .member-list.swiper-slide-active .member-title p {
	color: #ffbc7e;
}
.member .member-list .member-title p {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
}
.member .member-list .item {
	background: #fff;
	padding: 12px 0;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	box-sizing: border-box;
	height: 463px;
}
.member .member-list .item li {
	padding: 0 30px;
	box-sizing: border-box;
}
.member .member-list .item li p {
	height: 54px;
	line-height: 54px;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px dashed #e6e6e6;
	padding-left: 58px;
	position: relative;
}
.member .member-list .item li p b {
	display: inline-block;
	padding: 0 6px 0 6px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	background: #39afee;
	font-weight: normal;
	font-size: 12px;
	border-radius: 2px;
	position: absolute;
	left:0;
	top: 50%;
	transform: translateY(-50%);
}
.member .member-list .item li p b i {
	font-size: 12px;
	margin-right: 5px;
}
.member .member-list .item li p:last-child {
	border-bottom: none;
}
.member .member-list .item li p a {
	color: #333;
}
.member .member-list .item li p a:hover {
	color: #ff9600;
	font-weight: bold;
}
.member .member-list .item .swiper-button-disabled {
	opacity: .6;
}
.member .member-list .item .btn-left {
	display: block;
	width: 22px;
	height: 44px;
	line-height: 44px;
	left: 0;
	background: #cacaca;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	transform: translateY(-50%);
}
.member .member-list .item .btn-left i {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.member .member-list .item .btn-right {
	display: block;
	width: 22px;
	height: 44px;
	line-height: 44px;
	right: 0;
	background: #cacaca;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 99;
	cursor: pointer;
	transform: translateY(-50%);
}
.member .member-list .item .btn-right i {
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
/*金牌企业*/
.part7 .title .more{
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 16px;
	color: #333;
}
.part7 .title .more i {
	font-size: 12px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	vertical-align:top;
	margin-left: 3px;
	margin-top: 2px;
}
.part7 ul {
	overflow: hidden;
	margin: -8px -15px;
}
.part7 ul li {
	width: 16.6666%;
	float: left;
	padding: 8px 15px;
	box-sizing: border-box;
}
.part7 ul li .item {
	border: 1px solid #e6e6e6;
}
.part7 ul li .item .image {
	height: 118px;
	position: relative;
}
.part7 ul li .item p {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: #f8f8f8;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.part7 ul li .item p a {
	color: #333;
}
.part7 ul li .item p a:hover {
	color: #0195df;
}
/*友情链接*/
.part8 {
	border: 1px solid #e8e8e8;
	box-shadow: 0px 0px 4px #e8e8e8;
	height: 154px;
	overflow: hidden;
}
.link-title {
	width: 156px;
	height: 154px;
	float: left;
	background: url('../../../Images/index/Version/2021/link-title.png') no-repeat;
	background-size: cover;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}
.link-title a.more {
	display: inline-block;
	width: 96px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #4285f4;
	border-radius: 20px;
	margin-top: 25px;
	text-align: center;
}
.link-title a.more i {
	font-size: 14px;
	margin-right: 4px;
}
.link-nav a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	margin-top: 15px;
	font-weight: bold;
}
.link-nav a.focus {
	position: relative;
}
.link-nav a.focus::after {
	content:'';
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #fff;
}
.links-list {
	overflow: hidden;
	padding: 23px 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #e9e9e9;
	display: none;
}
.links-list a {
	font-size: 16px;
	line-height: 36px;
	color: #333;
	padding: 0 10px;
}
.links-list a:hover {
	color: #0195df;
}
.links-list a:first-child {
	padding-left: 0;
}
/*footer*/
.footer {
	margin-top: 36px;
	background: #222;
	box-sizing: border-box;
}
.footer p {
	border-bottom: 1px solid #444;
	padding-bottom: 28px;
}
.footer p a {
	text-align: center;
	background: #363636;
	display: inline-block;
	width: 94px;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	color: #a7a7a7;
	border: 1px solid #4a4a4a;
}
.footer p a:last-child {
	margin-right: 0;
}
.foot-left {
	float: left;
	width: 1030px;
	padding-top: 41px;
	padding-bottom: 52px;
}
.foot-left b {
	display: block;
	font-weight: normal;
	color: #787878;
	font-size: 14px;
	white-space: pre;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.foot-left b i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('../../../Images/index/Version/2021/ghs.png') no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	background-size: contain;
}
.foot-left b a {
	color: #787878;
}
.foot-left b a:hover {
	color: #0195df
}
.foot-left ul li {
	width: 110px;
	height: 44px;
	float: left;
	margin-right: 12px;
}
.foot-right {
	width: 385px;
	float: right;
	padding-top: 30px;
}
.foot-right ul li {
	float: left;
}
.foot-right ul li .image{
	width: 146px;
	height: 146px;
	background: #fff;
	position: relative;
	border: 2px solid #4285f4;
}
.foot-right ul li b {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	text-align: center;
	display: block;
	margin-top: 10px;
}
.foot-right ul li:first-child {
	float: left;
}
.foot-right ul li:last-child {
	float: right;
	margin-right: 24px;
}
.foot {
	background: #1a1a1a;
	height: 80px;
	line-height: 80px;
	color: #838383;
	font-size: 14px;
}
.foot b {
	display: block;
	width: 90px;
	float: left;
	color: #0195df;
	position: relative;
	text-indent: 12px;
}
.foot p a i {
	display: inline-block;
	width: 16px;
	height: 18px;
	background: url('../../../Images/index/Version/2021/qq-ico.png') no-repeat;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 4px;
	background-size: contain;
}
.foot b::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #0195df;
	transform: translateY(-50%);
}
.foot p {
	white-space: nowrap;
	position: relative;
}
.foot p .qq-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
}
.foot p a {
	background: #2176a0;
	color: #fff;
	display: inline-block;
	width: 95px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 20px;
	margin-right: 8px;
	font-style: normal;
}
.foot p a{
	position: relative;
	cursor: pointer;
   }
   .foot p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .foot p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .foot p a:hover .QQhover{
	display: inline-block;
   }
.foot p a:nth-of-type(5) {
	margin-right: 0;
}
.foot p span {
	margin-right: 10px;
}
.update{
	width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
}
.update a{
	width: 8.5%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	background: #e8e7e7;
}
.update a.first{
	background: #0195df;
	color: #fff;
}
.update a:hover{
	background: #0195df;
	color: #fff;
}
/* 20210701 */
.rightAdv {
	position: fixed;
	right: 20px;
	top: 180px;
	z-index: 99999;
}
.rightAdv ul {
	width: 64px;
	background-color: #fff;
	box-shadow: 0 2px 5px #999;
	border-radius: 3px;
}
.rightAdv li {
	display: block;
	text-align: center;
	height: 66px;
	position: relative;
}
.rightAdv li a, .rightadvTop a {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-color: #00baf6;
}
.rightAdv li:first-child a{
	border-radius: 3px 3px 0 0px;
}
.rightAdv li:last-child a{
	border-radius: 0 0 3px 3px;
}
.rightAdv li:hover a {
	background-color: #ff8c34;
}
.rightadvTop a:hover{
	background-color: #ff8c34;
}
.rightAdv li a i {
	display: inline-block;
	width: 22px;
	height: 24px;
	margin: 12px 0 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-decoration: none;
}
.rightAdv li a b {
	display: block;
	font-weight: normal;
	font-size: 12px;
	color: #fff;
}
.rightAdv li.rightAdv_qq a i {
	width: 22px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -80px -37px;
}
.rightAdv li.rightAdv_phone a i {
	width: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -118px -37px;
}
.rightAdv li.rightAdv_proposal i {
	width: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -190px -37px;
}
.rightAdv li.rightAdv_inquire i {
	width: 22px;
	height: 20px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -226px -37px;
}
/* qq */
.qq_contactInfo {
	position: absolute;
	left: -297px;
	top: 0;
	padding-right: 20px;
	display: none;
}
.qq_item {
	width: 210px;
	height: 224px;
	background: url(https://www.bf35.com/Images/rightAdvQQbgi.png) #fff no-repeat;
	background-size: 100% 100%;
	padding: 27px 40px 0 27px;
	box-shadow: 0 2px 5px #ccc;
	border-radius: 3px;
}
.qq_item p {
	height: 52px;
}
.qq_item p a{
	position: relative;
	cursor: pointer;
   }
   .qq_item p a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 25px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
	overflow: hidden;
	resize: none;

   }
   .qq_item p a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
   }
   .qq_item p a:hover .QQhover{
	display: inline-block;
   }
.qq_item p:first-child{
	margin-bottom: 10px;
}
.qq_item i {
	float: left;
	width: 50px;
	height: 56px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -190px -87px;
	margin-right: 20px;
}
.qq_item b {
	display: block;
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
}
.qq_item em {
	font-size: 14px;
	color: #999;
	font-style: normal;
}
.qq_item a {
	display: inline-block !important;
	height: 34px !important;
	line-height: 34px;
	width: 100px !important;
	border-radius: 18px!important;
	font-size: 14px;
	color: #fff;
	background-color: #f26522!important;
	margin: 10px 0 8px;
	box-shadow: 0 2px 5px #e68557;
}
.qq_item a:last-child {
	background-color: #00baf6 !important;
	margin-left: 10px;
	box-shadow: 0 2px 5px #9dd4e6;
}
.qq_item span {
	position: absolute;
	left: 0;
	right: 20px;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
/* phone */
.phone_item{
	position: absolute;
	left: -310px;
	top: 0;
	width: 240px;
	height: 380px;
	padding: 0 25px;
	background-color: #fff;
	box-shadow: 0 2px 5px #ccc;
	display: none;
}
.phone_item p{
	height: 50px;
	position: relative;
	padding: 16px 25px 16px 90px;
}
.phone_item p {
	height: 50px;
	position: relative;
	padding: 16px 0 16px 65px;
	border-bottom: 1px dashed #e6e6e6;
}
.phone_item p i {
	position: absolute;
	left: 0;
	top: 16px;
	width: 50px;
	height: 50px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat -38px -87px;
}
.phone_item b {
	display: block;
	text-align: left;
	font-size: 14px;
	color: #fe9900;
	font-weight: normal;
	margin-bottom: 10px;
}
.phone_item em {
	display: block;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	color: #333;
	margin-bottom: 5px;
}
.phone_item span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
/* end */
.rightAdv_qq:hover .qq_contactInfo{
	display: block;
}
.rightAdv_phone:hover .phone_item{
	display: block;
}
.rightadvTop {
	position: fixed;
	top: 460px;
	right: 31px;
	width: 42px;
	height: 42px;
	background-color: #00baf6;
	border-radius: 50%;
	box-shadow: 0 2px 5px #999;
	text-align: center;
	z-index: 9999;
	overflow: hidden;
	display: none;
}
.rightadvTop i {
	display: inline-block;
	width: 14px;
	height: 8px;
	margin-top: 17px;
	background: url(https://www.bf35.com/Images/rightBarIcon.png) no-repeat 0 -111px;
}
/* 20240124 */
.newYearBgi {
	padding-top: 96px;
	background: url(../../../../images/index/version/2024/newYearbgImages1500.png) no-repeat 0 -14px;
	background-size: 100% auto;
}
.newYearBgi .newYear{
	width: 1520px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.banner-adv.w{
	width: 1510px;
}
.newYearBgi .main{
	padding: 12px 10px;
}
.top,.nav,.banner-adv {
	padding: 0 10px;
}